nginx配置 location root alias 語法規則: location [=|~|~*|^~] /uri/ { … } = 開頭表示精確匹配 ^~ 開頭表示uri以某個常規字符串開頭,理解為匹配 url路徑即可。nginx ...